@charset "utf-8";
img {
  max-width: 100%;
}
.main-banner img {
  display: block;
  width: 100%;
}
.main-content {
  margin: 20px auto;
  background: #ffffff;
}
.main-content .part-l {
  float: left;
  width: 184px;
}
.main-content .part-l .text {
  height: 185px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: url(../images/side_bg1.jpg) no-repeat;
}
.main-content .part-l .text h3 {
  font-size: 26px;
  padding-top: 65px;
}
.main-content .part-l .text p {
  font-size: 18px;
  margin-top: 5px;
}
.main-content .part-l .side-nav {
  border-top: 1px solid #fff;
}
.main-content .part-l .side-nav > li {
  line-height: 40px;
  border-bottom: 1px solid #dedede;
}
.main-content .part-l .side-nav > li > a {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #434343;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-content .part-l .side-nav > li > a i:before {
  position: absolute;
  top: 16px;
  right: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #434343;
  border-right: 4px solid transparent;
}
.main-content .part-l .side-nav > li > .nav-list {
  width: 100%;
  display: none;
  background: #f1f1f1;
}
.main-content .part-l .side-nav > li > .nav-list li {
  line-height: 40px;
  border-bottom: 1px solid #dedede;
}
.main-content .part-l .side-nav > li > .nav-list li > a {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #434343;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-content .part-l .side-nav > li > .nav-list li:last-of-type {
  border-bottom: none;
}
.main-content .part-l .side-nav > li > .nav-list li.cur a,
.main-content .part-l .side-nav > li > .nav-list li:hover a {
  color: #97263d;
}
.main-content .part-l .side-nav > li.cur > a,
.main-content .part-l .side-nav > li:hover > a {
  color: #fff;
  background: #938d8d;
}
.main-content .part-l .side-nav > li.cur > a i:before {
  border-top: 4px solid #fff;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.main-content .part-r {
  float: right;
  width: 816px;
  padding: 0 25px 80px;
  border-left: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 620px;
}
.main-content .part-r .crumbs {
  padding: 11px 0;
  border-bottom: 1px solid #dedede;
  text-align: right;
}
.main-content .part-r .crumbs img {
  vertical-align: middle;
}
.main-content .part-r .crumbs span {
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.main-content .part-r .crumbs a {
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.main-content .part-r .crumbs a:last-of-type {
  color: #98263d;
}
.about-main .about-title {
  padding: 24px 0 40px;
}
.about-main .about-title h3 {
  font-size: 22px;
  line-height: 22px;
  color: #434343;
}
.about-main .about-title p {
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-top: 10px;
  text-transform: uppercase;
}
.about-main .about-title2 {
  font-size: 18px;
  line-height: 18px;
  padding-left: 6px;
  border-left: 2px solid #98263d;
  margin-top: 50px;
}
.about-main .about-title3 {
  width: 222px;
  font-size: 18px;
  line-height: 42px;
  color: #666;
  text-align: center;
  margin: 48px auto 20px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.about-main .about-title3:before {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background: #98263d;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -17px;
}
.about-main .about-intro-img {
  padding: 0 14px;
}
.about-main .about-intro-img li {
  float: left;
  width: 229px;
  height: 109px;
  margin-right: 10px;
  overflow: hidden;
}
.about-main .about-intro-img li img {
  display: block;
  width: 100%;
}
.about-main .about-intro-img li:nth-of-type(3n) {
  margin-right: 0;
}
.about-main .flag-company li {
  margin-top: 25px;
}
.about-main .flag-company li h3 {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}
.about-main .flag-company li p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.about-main .team-list {
  margin-top: 25px;
}
.about-main .team-list li {
  float: left;
  width: 173px;
  margin-right: 14px;
  background: #f7f7f7;
  padding: 0 0 10px;
}
.about-main .team-list li > a .img-box {
  height: 146px;
  overflow: hidden;
}
.about-main .team-list li > a .img-box img {
  width: 100%;
}
.about-main .team-list li > a .info {
  padding: 10px;
}
.about-main .team-list li > a .info h3 {
  font-size: 16px;
  line-height: 16px;
  color: #434343;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.about-main .team-list li > a .info h4 {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.about-main .team-list li > a .info p {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
}
.about-main .team-list li .click-a {
  display: block;
  width: 123px;
  height: 27px;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background: #98263d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px auto 0;
}
.about-main .team-list li:nth-of-type(4n) {
  margin-right: 0;
}
.about-main .case-logo li {
  float: left;
  position: relative;
  width: 127px;
  height: 60px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 10px;
}
.about-main .case-logo li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-main .case-logo li:nth-of-type(5n) {
  margin-right: 0;
}
.about-main .member-detail .img-box {
  float: left;
  width: 215px;
}
.about-main .member-detail .img-box img {
  width: 100%;
}
.about-main .member-detail .info-box {
  float: right;
  width: 478px;
}
.about-main .member-detail .info-box .title h3 {
  font-size: 16px;
  line-height: 16px;
  color: #434343;
  font-weight: bold;
}
.about-main .member-detail .info-box .title p {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  margin-top: 8px;
}
.about-main .member-detail .info-box .text {
  margin-top: 20px;
}
.about-main .member-detail .info-box .text h3 {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.about-main .member-detail .info-box .text p {
  font-size: 12px;
  line-height: 22px;
  color: #666;
}
.about-main .news-list {
  overflow: hidden;
}
.about-main .news-list li {
  margin-bottom: 30px;
  overflow: hidden;
}
.about-main .news-list li .img-box {
  float: left;
  width: 160px;
  height: 112px;
  overflow: hidden;
}
.about-main .news-list li .img-box img {
  display: block;
  width: 100%;
}
.about-main .news-list li .news-info {
  float: right;
  width: 560px;
  margin-top: 10px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed #676767;
}
.about-main .news-list li .news-info h3 {
  font-size: 18px;
  line-height: 18px;
  color: #434343;
  padding-right: 150px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.about-main .news-list li .news-info h3 span {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.about-main .news-list li .news-info .content-box {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-top: 16px;
  height: 50px;
  overflow: hidden;
}
.about-main .news-list li .news-info .content-box p {
  cursor: pointer;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-main .news-list li .news-info i {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #98263d;
}
.about-main .news-list li .news-info2 {
  width: 100%;
  margin-top: 14px;
  position: relative;
  border-bottom: 1px dashed #676767;
}
.about-main .news-list li .news-info2 h3 {
  font-size: 18px;
  line-height: 18px;
  color: #434343;
  padding-right: 150px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.about-main .news-list li .news-info2 h3 span {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}
.about-main .news-list li .news-info2 .content-box {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  height: 75px;
  margin-top: 16px;
}
.about-main .news-list li .news-info2 .content-box p {
  cursor: pointer;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-main .news-list li .news-info2 .content-box i {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  color: #98263d;
}
.about-main .news-list li:last-of-type .news-info,
.about-main .news-list li:last-of-type .news-info2 {
  border-bottom: 0;
}
.about-main .serviceFlow {
  width: 100%;
  height: 103px;
  overflow: hidden;
  background: url("../images/service/bg-01.jpg") no-repeat left top;
}
.about-main .serviceFlow li {
  height: 46px;
  padding-top: 15px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 217px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.about-main .serviceFlow li:first-child,
.about-main .serviceFlow li:nth-child(6) {
  width: 110px;
}
.about-main .serviceFlow li:nth-child(3),
.about-main .serviceFlow li:nth-child(8) {
  width: 120px;
}
.about-main .serviceFlow li:nth-child(4) {
  padding-top: 2px;
}
.about-main .serviceFlow li:nth-child(5) {
  width: 80px;
}
.about-main .serviceFlow2 {
  width: 100%;
  padding-top: 20px;
}
.about-main .serviceFlow2 li {
  height: 46px;
  line-height: 46px;
  text-align: center;
  float: left;
  width: 49%;
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
  background: #eee;
}
.about-main .serviceFlow2 li:nth-child(odd) {
  margin-right: 2%;
}
.about-main .serviceFlow3 {
  background: url("../images/service/bg-02.jpg") no-repeat left top;
}
.about-main .serviceFlow3 li {
  padding: 0;
  line-height: 46px;
}
.about-main .serviceFlow3 li:nth-child(4) {
  padding-top: 0px;
}
.memberPop {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 600px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 40px 60px 70px;
  width: 870px;
  background-color: #fff;
  border-radius: 8px;
}
.memberPop .close {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
.memberPop .left {
  width: 200px;
}
.memberPop .left img {
  width: 100%;
}
.memberPop .right {
  width: 560px;
  height: 480px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px 0 35px;
  color: #7e7e7c;
  font-size: 14px;
  line-height: 26px;
}
.memberPop .right .name {
  font-size: 24px;
  font-weight: bold;
  color: #444241;
}
.memberPop .right .title {
  line-height: 2;
  font-size: 16px;
}
.memberPop .right .detail {
  margin: 30px 0;
}
.page {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  font-size: 14px;
  min-width: 25px;
  line-height: 25px;
  color: #666;
  padding: 0 7px;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page a:hover,
.page a.cur {
  color: #fff;
  background: #a6283e;
}

.qr-img {
  display: none;
  position: fixed;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
